body,ul,*{
    padding: 0;
    margin: 0;
    font-family: arial, '΢���ź�';
}
a{
    color: #666666;
}
a:hover{
    text-decoration: none;
    color: red;
}
.disj{
    display: none;
}
/*ͷ��*/
header{
    width: 100%;
    height: 110px;
    background-color: #fff;
    box-shadow:0 0 5px #999
}
.head-k{
    padding-left: 20px;
}
header .logo{
    padding: 15px 0;
    display: inline-block;
}
header .logo img{
    height: 50px;
}


header .nav{
    padding-left: 60px;
    display: inline-block;
}
header .nav ul li{
    display: inline-block;
    font-size: 15px;
    padding:0 40px;
}
header .nav ul li a{
    color: #666666;
    font-weight: 500;
    line-height: 80px;
    overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
header .nav ul li:hover a{
    color: red;
}
header .right{
    float: right;
}
header .biaoyu{
    display: inline-block;
}
header .biaoyu img{
    padding: 28px 0;
    height: 80px;
    padding-right: 60px;
}
header .biaoyu img:nth-of-type(1){
    padding: 22px 0;
    height: 75px;
    padding-right: 60px;
}
header .language,header .search,header .caidan{
    float: right;
    min-width: 80px;
    line-height: 76px;
    padding-left: 4px;
    text-align: center;
    border-left: 1px solid #666666;
}
header .language{
    line-height: 80px;
}
header .language li{
	list-style: none;
}
header .search i{
    font-size: 24px;
    font-weight: 600;
}
header .caidan i{
    font-size: 28px;
    font-weight: 600;
}

header{
        position: fixed;
        z-index: 999;
        
    }
    header ul ul.sub-menu{
        display: none;
    }
    header .nav>ul>li{
      position: relative;
    	margin: 0 -2px;
    }
    header ul li.current-menu-item,header ul li:hover{
    	background-color:#f1f1f1 ;
    	position: relative;
    }
    header ul li.current-menu-item:before,header ul li:hover:before{
    	content: '';
    	display: block;
    	position: absolute;
    	left: 0;
    	width: 100%;
    	height: 4px;
    }
    header ul li ul.sub-menu{
        position: fixed;
        background-color: #f5f5f5;
        width: 100%;
        top: 78px;
        left: 0;
        padding:25px 15%;
        z-index: 9999999;
        padding-bottom: 10px;
    }
    header ul li:hover ul.sub-menu{
        display: block;
    }
    header ul li ul.sub-menu li{
    	width: calc(25% - 4px);
        border-right: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    header ul li ul.sub-menu li a{
        line-height: 30px;
        overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
    }
    /*header ul li:nth-of-type(3) ul.sub-menu{
        height: 400px;
    }
    header ul li:nth-of-type(3) ul.sub-menu li{
        float: left;
        width: 33%;
        height: 160px;
        margin-bottom: 15px;
        overflow: hidden;
        border-right: 1px solid #dddddd;
    }
    header ul li:nth-of-type(3) ul.sub-menu li:nth-of-type(3n){
        border-right: 0px solid #dddddd;
    }
    header ul li:nth-of-type(3) ul.sub-menu li a{
        line-height: 1.8em;
    }*/
    header .hr{
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        width: 99%;
    }
    header dl{
        margin: 0;
        padding: 0;
    }
    header dl dd{
        width: calc( 50% - 30px);
        float: left;
        padding-right: 30px;
        overflow: hidden;
    }
    header dl dd img{
        transition:all 0.5s ease 0s;
    }
    header dl:hover dd img{
        transform: scale(1.1);
    }
    header dl dt{
        width: 50%;
        float: left;
        overflow: hidden;
    }
    header dl dt h2{
        font-size: 16px;
        margin: 0;
        padding-bottom:15px;
    }
    header dl dt a{
        display: block;
        color: #555;
    }


/*banner*/
	.banner{
    width: 100%;
    height: 700px;
    background-image: url(../images/wire.jpg);
    background-color: gold;
    background-repeat: repeat;
		background-size:  100%;
		overflow: hidden;
}


/*����*/
.index-advantage{
    padding: 80px 0;
}
.index-advantage h2{
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
}
.index-advantage h2 span{
    background: linear-gradient(355deg,#941E23 , red);
    -webkit-background-clip: text;
    color: transparent;
}
.index-advantage h4{
    font-size: 24px;
    font-weight: 600;
}
.index-advantage h4 span{
    min-width: 250px;
    padding: 15px 50px;
    display: inline-block;
    background-color: red;
    color: #ffffff;
}
.index-advantage h4 .span1{
    border-radius: 100px 0 0 100px;
}
.index-advantage h4 .span2{
    border-radius:0 100px 100px 0;
    background-color: #222222;
}
.index-advantage h4:hover span{
    background-color: #222222;
}
.index-advantage h4:hover .span2{
    background-color: red;
}
.index-advantage .col-sm-12{
    /*padding-bottom: 80px;*/
}
.index-advantage .list:nth-of-type(1){
    padding-bottom: 65px;
}
.index-advantage .list:nth-of-type(2){
    padding-bottom: 25px;
}
.index-advantage .right-img{
    padding-bottom: 50px;
}
.index-advantage .list .shu{
    float: left;
    width: 50px;
}
.index-advantage .list .main{
    width: calc( 100% - 50px);
    padding-left: 15px;
    float: left;
}
.index-advantage .list .shu span{
    display: inline-block;
    width: 50px;
    line-height: 50px;
    border-radius: 100px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    background-color: red;
    color: #ffffff;
}
.index-advantage .list h3{
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
}
.index-advantage .list .xiaobiao{
    width: 75%;
    font-size: 14px;
    font-weight: 600;
    padding-bottom:5px;
    margin-bottom: 10px;
    border-bottom:1px solid #222222;
}
.index-advantage .list:hover h3{
    color: red;
}
.index-advantage .list p{
    font-size: 16px;
    line-height: 2em;
}
.index-advantage .list:nth-of-type(2) p{
    width: 85%;
}
.index-advantage .list-img  img{
    width:80%;
}
.index-advantage .right-img img{
    width: 70%;
}

/*����*/
.index-order{
    padding: 80px 0;
    background-image: url("../images/index-order.jpg");
    background-repeat: no-repeat;
    background-size: cover, cover;
    background-position: center;
}
.index-order h2{
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #ffffff;
}
.index-order h2 span{
    background: linear-gradient(355deg,#941E23 , red);
    -webkit-background-clip: text;
    color: transparent;
}
.index-order h4{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 60px;
}
.index-order .list{
    text-align: center;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 25px 0;
    border-radius: 10px;
    margin-bottom: 30px;
}
.index-order .list img{
    width: 35%;
}
.index-order .list h3{
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
}
.index-order .list p{
    font-size: 16px;
}
.index-order .list:hover{
    background-color: #000000;
    border: 2px solid red;
}
.index-order .list:hover h3{
    color: red;
}
.index-order .list:hover p{
    color: red;
}

/*��Ʒ*/
.index-product2{
    /*background-image: url(images/index-product2-bj.jpg);*/
    background-color: #F9F9F9;
    background-repeat: no-repeat;
    background-size: cover, cover;
    background-position: center;
    padding: 100px;
}
.index-product2 .mulu{
    background-color: #C4C4C4;
    padding-bottom: 20px;
}
.index-product2 .mulu h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 15px;
}
.index-product2 .mulu h3 a{
    color: #222222;
}
.index-product2 .mulu h3 a span{
    font-size: 18px;
    display: inline-block;
    padding-top:10px;
}
.index-product2 .mulu h3 img{
    height: 25px;
    padding-right: 10px;
}
.index-product2 .mulu ul{
    margin: 0;
    padding: 0;
}
.index-product2 .mulu ul span{
    float: right;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 100px;
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
}
.index-product2 .mulu ul i{
}
.index-product2 .mulu ul li{
    list-style: none;
    background-color: red;
    line-height: 3em;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
.index-product2 .mulu ul li:hover{
    background-color: #222222;
}
.index-product2 .mulu ul li a{
    color: #ffffff;
}
.index-product2 .mulu ul li ul{
    background-color: #C4C4C4;
    padding: 0 25px;
    display: none;
}
.index-product2 .mulu ul li ul li{
    margin: 0;
    background-color: #C4C4C4;
    border-bottom: 1px dashed #222222;
    line-height: 2.5em;
}
.index-product2 .mulu ul li ul li:hover{
    background-color: red;
}
.index-product2 .mulu ul li li a{
    font-size: 16px;
    color: #222222;
}
.index-product2 .mulu ul li ul li:hover a{
    color: #ffffff;
}
.index-product2 .list{
    width: 31.33%;
    margin:0 1%;
    margin-bottom: 2%;
    padding: 15px;
    background-color: #C4C4C4;
    float: left;
}
.index-product2 .list:hover{
    background-color: red;
}
.index-product2 .list img{
    width: 100%;
    background-color: #F9F9F9;
}
.index-product2 .list .bt{
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
}
.index-product2 .list:hover img{
    background-color: #ffffff;
}
.index-product2 .list:hover .bt{
    color: #ffffff;
    font-weight: 600;
}

/*����*/
.index-honor{
    /*background-image: url("../images/index-honor.jpg");*/
    width: 100%;
    padding: 80px 0;
    background-repeat:repeat , no-repeat;
    background-size: 100% 900px;
}
.index-honor h2{
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
}
.index-honor h2 span{
    background: linear-gradient(355deg,#941E23 , red);
    -webkit-background-clip: text;
    color: transparent;
}
.index-honor h4{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 80px;
}
.index-honor img{
    max-height: 450px;
}

/*��������*/
.index-about{
    background-image: url("../images/index-about.jpg");
    width: 100%;
    height:550px;
    background-repeat: no-repeat;
    background-size: cover, cover;
    background-position: top ,center;
}
.index-about .main{
    width: 800px;
    margin: 0 auto;
    padding-top: 220px;
    line-height: 2.5em;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}

.index-about1{
    text-align: center;
    padding:50px 0;
    background-color: red;
    color: #ffffff;
}
.index-about1 h2{
    margin: 0;
    font-weight: 600;
    padding-bottom: 15px;
}
.index-about1 h4{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

/*�Ա�*/
.index-duibi{
    background-color: #F9F9F9;
}
.index-duibi .container-fluid{
    background-color: #b0b0b0;
}
.index-duibi .col-sm-4{
    padding: 0;
}
.index-duibi .img img{
    width: 100%;
}
.index-duibi .list{
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
}
.index-duibi h3{
    font-weight: 600;
    font-size: 42px;
    color: black;
    padding-bottom: 20px;
}
.index-duibi .duibi1{
    padding-bottom: 20px;
    line-height: 36px;
    color: red;
    font-weight: 600;
    line-height: 36px;
}
.index-duibi .duibi2{
    color: #222;
    font-weight: 600;
}
.index-duibi .duibi2 span{
}
.index-duibi .duibi2{
    line-height: 36px;
}
.index-duibi .iconfont{
    font-size: 36px;
    line-height: 36px;
    position: relative;
    padding-right: 5px;
    border-radius: 50%;
    top: 7px;
}
.index-duibi .icon-gou1{
    color: red;
}
.index-duibi .icon-cha{
    color: #222;
}

/*�ײ�*/
footer{
    background-color: #222222;
    padding: 50px 0;
}
footer h3{
    color: #F9F9F9;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px;
}
footer h4{
    margin-top: 20px;
    color: #F9F9F9;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
}
footer ul li img{
    width: 80%;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer ul li{
    padding-bottom: 8px;
}
footer ul li a{
    color: #ffffff;
    line-height: 1.8em;
}
footer ul li a span{
    font-weight: 600;
}

.footer-bottom{
    background-color: #000000;
    padding: 20px 0;
}
.footer-bottom a{
    color: #cccccc;
}


#myBtn {
    display: none; /* Ĭ������ */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red; /* ���ñ�����ɫ������������Լ���Ҫ����ɫ��ͼƬ */
    color: white; /* �ı���ɫ */
    cursor: pointer;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 10px; /* Բ�� */
}

#myBtn:hover {
    background-color: #555;
}


.back i{
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

/*�ֻ��˵�*/
.header{
    height: 60px;
    width: 100%;
}
.header .logo{
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.header .logo img{
    height: 100%;
}
.header .iconfont{
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    background-color: #f5f5f5;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    text-align: center;
}
.header .nav{
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 20px;
    padding-bottom: 200px;
    padding-top: 0;
    z-index: 999;
    position: absolute;
    background-color: #f9f9f9;
    display: none;
}
.header .nav li{
    border-bottom: 1px solid #999;
    line-height: 40px;
    list-style: none;
}
.header .nav li ul{
    border-top: 1px solid #999;
}
.header .nav li ul li{
    line-height: 35px;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.header .nav li ul li:nth-last-child(1){
    border-bottom: 0;
}

@media (max-width: 768px) {
    .dis{
        display: none !important;
    }
    .disj{
        display: block !important;
    }
    header{
        display: none;
    }
    .head-k {
        padding-left: 15px;
    }
    .index-honor img{
        max-height: auto;
        width: 90%;
    }
    .index-advantage{
        padding: 35px 0;
        padding-bottom: 0;
    }
    .index-advantage h2{
        font-size: 24px;
        padding-bottom: 5px;
    }
    .index-advantage h4{
        font-size: 16px;
    }
    .index-advantage .col-sm-12{
        padding-bottom: 10px;
    }
    .index-advantage h4 span{
        padding: 0;
        color:#222222;
        font-weight: 600;
    }
    .index-advantage h4 .span1{
        min-width: auto;
        color: red;
        background-color:rgba(0,0,0,0) 
    }
    .index-advantage h4 .span2{
        min-width: auto;
        background-color:rgba(0,0,0,0) 
    }
    .index-advantage .list:nth-of-type(1){
        padding-bottom: 20px;
    }
    .index-advantage .list-img img{
        width: 92%;
        margin-bottom: 30px;
    }
    .index-order{
        padding: 35px 0;
    }
    .index-order h2{
        font-size: 30px;
    }
    .index-order h2 span{
        display: block;
        padding-top: 15px;
    }
    .index-order h4 {
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 15px;
        line-height: 2em;
    }
    .index-product2{
        padding: 20px 0;
    }
    .index-product2 .mulu{
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .index-product2 .list{
        width: 48%;
    }
    .index-honor{
        padding: 30px 0;
    }
    .index-honor h2{
        font-size: 30px;
    }
    .index-honor h4{
        font-size: 18px;
        padding-bottom: 15px;
        font-weight: 500;
    }
    .index-advantage .list{
        padding-left: 30px;
    }
    .index-about1{
        padding: 30px 0;
    }
    .index-duibi .list{
        padding: 20px;
        padding-bottom: 30px;
    }
    .index-duibi h3{
        font-size: 30px;
        padding-bottom: 0;
    }
    .index-duibi .duibi1{
        padding-bottom: 15px;
    }
    
    footer{
        padding: 20px 0;
    }
}

@media (max-width: 1670px) {
	.head-k {
		padding-left: 40px;
	}
	header .nav{
		padding-left: 30px;
	}
	header .nav ul li{
		padding: 0 15px;
	}
	header .biaoyu img{
		padding-right: 40px;
	}
	header .biaoyu img:nth-of-type(1){
		padding-right: 40px;
	}
}
@media (max-width: 1550px) {
	header .biaoyu img:nth-of-type(2){
		display: none;
	}
}
@media (max-width: 1300px) {
	header .biaoyu img:nth-of-type(1){
		display: none;
	}
}
@media (max-width: 950px) {
	.head-k {
		padding-left: 15px;
	}
	header .nav{
		padding-left: 10px;
	}
	header .nav ul li{
		padding: 0 8px;
	}
}

.index-cp{
		padding: 80px 5px;
		/*background-color: #D4D4D4;*/
		padding-top: 40px;
	}
	.index-cp .col-sm-8{
		padding: 0px;
	}
	.index-cp .col-sm-2{
		padding: 0px;
	}
	.index-cp .col-sm-4{
		padding: 10px;
	}
	.index-cp .col-sm-4 .img{
		width: 100%;
		height: 400px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		padding-left: 25px;
		transition:all 0.3s ease 0s;
		border: 5px solid #FFFFFF;
		border-radius: 10px;
		box-shadow:0px 0px 5px #ddd
		
		
	}
	.index-cp .col-sm-4:hover .img{
		background-size: 120%;
		border: 4px solid #FFFFFF;
		box-shadow:0px 0px 10px #555
	}
	.index-cp .col-sm-4 .img h3{
		padding-top: 16%;
		font-weight: 600;
		padding-bottom: 15px;
		margin: 0;
		color: #FFFFFF;
	}
	
	.index-cp .col-sm-4:hover .img h3{
		color: #ff0000;
	}
	.index-cp a{
		font-size: 14px;
		color: #000000;
		transition:all 0.3s ease 0s;
		background-color: #FFFFFF;
		padding: 3px 15px;
		border-radius: 50px;
	}
	.index-cp .col-sm-4:hover a{
		color: #FF0000;
		text-decoration:none
	}
	.index-cp .col-sm-4 .img2{
		width: 100%;
		height: 400px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		padding-left: 40px;
		transition:all 0.3s ease 0s;
		transition:all 0.3s ease 0s;
		border: 5px solid #FFFFFF;
		border-radius: 10px;
		box-shadow:0px 0px 10px #555
	}
	.index-cp .col-sm-4:hover .img2{
		background-size: 120%;
		border: 4px solid #FFFFFF;
		box-shadow:0px 0px 5px #555
	}
	.index-cp .col-sm-4 .bor{
		border: 1px solid #5d5d5d;
		border-radius: 10px;
	}
	.index-cp .col-sm-4 .img2 h3 span{
		font-size: 0.75em;
		color: #999;
		transition:all 0.3s ease 0s;
	}
	.index-cp .col-sm-4 .img2 h3{
		font-weight: 600;
		padding-bottom: 10px;
		margin: 0;
		transition:all 0.3s ease 0s;
		/*position: absolute;*/
		/*bottom: 40px;*/
		padding-top: 7%;
		padding-bottom: 15px;
		color: #FFFFFF;
	}
	.index-cp .col-sm-4 .img2 a{
		font-size: 14px;
		color: #000000;
		transition:all 0.3s ease 0s;
		background-color: #FFFFFF;
		padding: 3px 15px;
		border-radius: 50px;
	}
	.index-cp .col-sm-4:hover .img2 h3 span{
		color: #d70000;
	}
	.index-cp .col-sm-4:hover .img2 h3{
		color: #FF0000;
	}
	.index-cp .col-sm-4:hover a{
		color: #FF0000;
		text-decoration: underline;
	}
	.index-zhiliang{
		background-color: #f9f9f9;
		padding: 100px 200px;
	    background-image: url('../images/index-order.jpg');
	    background-repeat: no-repeat;
	    background-size: cover, cover;
	    background-position: center
	}
	.index-zhiliang h2 {
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #ffffff
    }
    .index-zhiliang h2 span {
    background: linear-gradient(355deg,#941E23 , red);
    -webkit-background-clip: text;
    color: transparent;
	}
	.index-zhiliang h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 80px;
	}
	.index-zhiliang .main{
		width: 80%;
		margin: 0 auto;
		padding: 30px 20px;
		padding-top: 15px;
		background-color: #FFFFFF20;
		border: 2px solid #FFFFFF;
		border-radius: 30px;
		transition:all 0.3s ease 0s;
	}
	.index-zhiliang .main h3 {
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0;    
	transition:all 0.3s ease 0s;
	}
	.index-zhiliang .main .xiaobiao{
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    background: linear-gradient(to left , #FFFFFF00 , #FFFFFF50 , #FFFFFF00);
    /*background-color: #FFFFFF30;*/
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
	transition:all 0.3s ease 0s;
	}
	.index-zhiliang .main p{
		color: #FFFFFF;
		text-align: center;
		padding:15px 10% 0;
		line-height: 2em;
		transition:all 0.3s ease 0s;
	}
	.index-zhiliang .main:hover{
		background-color: #FFFFFF99;
		border: 2px solid #ff0000;
	}
	.index-zhiliang .main:hover h3{
    	color: #ff0000;
	}
	.index-zhiliang .main:hover .xiaobiao{
		color:#000000;
	}
	.index-zhiliang .main:hover p{
		color: #000000;
	}
	.index-about2{
		text-align: left;
    	padding: 50px 0
	}
	.index-about2 h2{
		font-weight: 600;
		font-size: 48px;
		background: linear-gradient(355deg,#941E23 , red);
	    -webkit-background-clip: text;
	    color: transparent
	}
	.index-about2 h4{
		font-size: 24px;
	}

	.index-about3{
		background-color: #dedede;
	}
	.index-about3 .col-sm-6{
		padding: 0;
	}
	.index-about3 .main{
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 100px;
		padding-right: 80px;
	}
	.index-about3 .main h2{
		font-weight: 600;
		font-size: 48px;
		padding-bottom: 20px;
		display: inline-block;
		border-bottom: 3px solid #d40d0f;
	    color: #000000;
	}
	.index-about3 .main h2 span{
		background: linear-gradient(355deg,#941E23 , red);
	    -webkit-background-clip: text;
	    color: transparent;
	}
	.index-about3 .main h4{
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 15px;
		color: #222222;
	}
	.index-about3 .main p{
		width: 90%;
		font-size: 16px;
		line-height: 2em;
		/*text-indent: 2em;*/
		padding-bottom: 1em;

	}
	.index-about3 .main .more{
		padding-top: 25px;
	}
	.index-about3 .main .more a{
		padding: 10px 25px;
		border-radius: 5px;
		border: 1px solid #d40d0f;
		color: #d40d0f;
	}
	.index-about3 .main .more:hover a{
		background-color: #d40d0f;
		border: 1px solid #d40d0f;
		color: #FFFFFF;
	}
    .index-new{
        padding: 80px 0 120px;
        /*background-color: #3a3a3a;*/
	    /*background-image: url('../images/index-new-bj.jpg');*/
	    background-repeat: no-repeat;
	    background-size: cover, cover;
	    background-position: center
    }
    .index-new h2{
        font-size: 48px;
        font-weight: 600;
        padding-bottom: 20px;
    }
    .index-new h2 span{
        background: linear-gradient(355deg,#941E23 , red);
        -webkit-background-clip: text;
        color: transparent;
    }
    .index-new h4{
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 60px;
    }
    .index-new .list1{
        transition:all 0.3s ease 0s;
    }
    .index-new .list1 .img{
        width: 100%;
        height: 301px;
        background-color: #f9f9f9;
        background-repeat: no-repeat;
        background-size: cover, cover;
        background-position: center;
        background-color: #f1f1f1;
        transition:all 0.3s ease 0s;
    }
    .index-new .list1 .bt{
        line-height: 60px;
        font-size: 20px;
        background-color: #222;
        padding-left: 25px;
        padding-right: 25px;
        font-weight: 600;
        color: #ffffff;
        overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
    }
    .index-new .list1:hover{
        transform: scale(1.1);
    }
    .index-new .list1:hover .img{
        background-color: #909090;
    }
    .index-new .list1:hover .bt{
        background-color: red;
    }
    .index-new .list2{
        padding: 20px 10px;
        background-color: #f1f1f1;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 20px;
        margin-bottom: 10px;
        transition:all 0.3s ease 0s;
    }
    .index-new .list2 .left{
        width: 40%;
        padding-top: 15px;
        padding-right: 25px;
        float: left;
    }
    .index-new .list2 .img{
        width: 100%;
        height: 120px;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-size: cover, cover;
        background-position: center;
    }
    .index-new .list2 .right{
        width: 60%;
        float: left;
    }
    .index-new .list2 .bt{
        font-size: 18px;
        font-weight: 600;
        color: #222222;
        padding-bottom: 10px;
        overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
    }
    .index-new .list2 p{
        color: #222;
        font-size: 15px;
        line-height: 1.68em;
        overflow: hidden;
        text-overflow: ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
    }
    .index-new .list2:hover{
        background-color: #909090;
    }
    .index-new .list2:hover a{
        color: #FFFFFF;
    }
    .index-new .list2:hover .bt{
        color: #FFFFFF;
    }
    .index-new .list2:hover p{
        color: #FFFFFF;
    }
    @media (max-width:768px ) {
    	.index-cp {
    		padding: 0 5px;
	    }
	    .index-zhiliang{
	    	padding: 50px 15px ;
	    }
	    .index-zhiliang h2{
	    	font-size: 32px ;
	    	line-height: 1.68em;
	    }
	    .index-zhiliang h2 span{
	    	display: block;
	    }
	    .index-zhiliang h4{
	    	font-size: 18px;
	    	width: 80%;
	    	margin: 0 auto;
	    	line-height: 1.68em;
	    	padding-bottom: 30px;
	    }
	    .index-zhiliang .main{
	    	width: 100%;
	    	margin-bottom: 30px;
	    }
	    .index-about3 .main{
	    	padding: 30px;
	    	text-align: center;
	    	padding-bottom: 60px;
	    }
	    .index-about3 .main p{
	    	width: 100%;
	    	padding: 0;
	    	padding-bottom: 5px;
	    	text-align: left;
	    }
	    .index-new{
	    	padding: 30px 0;
	    }
	    .index-new h4{
	    	padding-bottom: 20px;
	    }
	    .index-cp .col-sm-4 .img h3 {
	    	padding-top: 50px;
	    }
	    .index-cp .col-sm-4 .img h3{
	    	width: 60%;
	    }
    }

.index-adv001{
        background-image: url("../images/zsj-bj.jpg");
        background-repeat: no-repeat;
        background-size: cover, cover;
        background-position: center;
        padding:100px 0;
        width: 100%;
    }
    .index-adv001 h2{
        font-size: 48px;
        font-weight: 600;
        padding-bottom: 20px;
        margin-top: 0;
        padding-bottom: 15px;
    }
    .index-adv001 h2 span{
        background: linear-gradient(355deg,#941E23 , red);
        -webkit-background-clip: text;
        color: transparent
    }
    .index-adv001 .wzp{
        font-size: 24px;
        font-weight: 600;
        color: #222;
        padding-bottom: 20px;
    }
    .index-adv001 .wzp3{
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        background-color: #222;
        padding:15px 30px;
        color: #ffffff;
        border-radius: 10px;
        margin-bottom: 60px;
    }
    .index-adv001 .wzp2{
        display: inline-block;
        /*background-color: rgba(255, 0, 0, 0.5);*/
        border: 2px solid #f9f9f9;
        background-color: rgba(0, 0, 0, 0.15);
        padding:15px 35px;
        border-radius: 10px;
        font-size: 24px;
        color: #ff0000;
        text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .index-adv001 .list .img{
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover, cover;
        background-position: center;
        transition:all 0.3s ease 0s;
        border: 2px solid #f9f9f9;
        border-radius: 15px;
    }
    .index-adv001 .list .bt,.index-adv001 .list2 .bt{
        text-align: center;
        font-size: 32px;
        color: #f00;
        font-weight: 600;
        background-color: rgba(0, 0, 0, 0.10);
        border-radius: 15px;
        padding: 0 20px;
        /*text-stroke:1px #fff;*/
        /*-webkit-text-stroke:1px #fff;*/
        text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
        transition:all 0.3s ease 0s;
        opacity: 1;
        overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
    }
    .index-adv001 .list2 .bt span{
        font-size:0.8em;
        color: #000;
    }
    .index-adv001 .list:hover .bt,.index-adv001 .list2:hover .bt{
        display: none;
    }
    .index-adv001 .list2 .img{
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover, cover;
        background-position: center;
        transition:all 0.3s ease 0s;
        border: 2px solid #f9f9f9;
        border-radius: 15px;
    }
    .index-adv001 .list:hover{
        background-color: #ffffff;
        border-radius: 15px;
    }
    .index-adv001 .list2:hover{
        background-color: #ffffff;
        border-radius: 15px;
    }
    .index-adv001 .lg .col-sm-4:nth-child(1) .list .img{
        background-image: url('../images/lg002.png')
    }
    .index-adv001 .lg .col-sm-4:nth-child(1) .list .img:hover{
        background-image: url("../images/lg001.png");
    }
    .index-adv001 .lg .col-sm-4:nth-child(2) .list .img{
        background-image: url('../images/lg004.png')
    }
    .index-adv001 .lg .col-sm-4:nth-child(2) .list .img:hover{
        background-image: url("../images/lg003.png");
    }
    .index-adv001 .lg .col-sm-4:nth-child(3) .list .img{
        background-image: url('../images/lg006.png')
    }
    .index-adv001 .lg .col-sm-4:nth-child(3) .list .img:hover{
        background-image: url("../images/lg005.png");
    }
    .index-adv001 .lg .zsj .list2 .img{
        background-image: url('../images/zsj101.png')
    }
    .index-adv001 .lg .zsj .list2 .img:hover{
        background-image: url("../images/zsj102.png");
    }
    .index-adv001 .lg .jcj .list2 .img{
        background-image: url('../images/jcj101.png')
    }
    .index-adv001 .lg .jcj .list2 .img:hover{
        background-image: url("../images/jcj102.png");
    }
    .index-adv001 .lg .col-sm-4,.index-adv001 .lg .col-sm-6{
        margin-bottom: 30px;
    }
    .index-adv001 .yingyong{
        overflow: hidden;
    }
    .index-adv001 .yingyong .list3{
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        line-height: 32px;
        background-color: #222222;
        color: #ffffff;
    }
    .index-adv001 .yingyong .list3 img{
        opacity: 0.70;
    }
    .index-adv001 .yingyong .list3 .list-bt{
        border-top: 3px solid #fff;
        overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		padding: 0 10px;
    }
    .index-adv001 .yingyong .list3:hover img{
        opacity: 1;
    }
    .index-adv001 .yingyong .list3:hover{
        background-color: #ff0000;
    }
    

.banner .swiper {
    width: 100%;
    height: 100%;
    margin-bottom: -10px;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .text-1{
	position: absolute;
	z-index: 999;
	top: 220px;
	left: 10%;
}
.banner .swiper-slide .img-1{
	position: absolute;
	width: 70%;
	right: 0;
	bottom: 0;
}
.banner .swiper-slide .text-1 h3{
	font-size: 60px;
	font-weight: 600;
	color: #ad000d;
	line-height: 1.2;
}
.banner .swiper-slide .text-1 h3 small{
	font-weight: 600;
	color: #ad000d;
}
.banner .swiper-slide .text-1 h4{
	font-size: 60px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 30px;
}
.banner .swiper-slide .img-1 img{
	width: 100%;
}
.banner .swiper-slide .more{
	margin-top: 40px;
}
.banner .swiper-slide .more a{
        color:#000000;
        background-color: #ddd;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 600;
        padding: 12px 25px 12px;
    }
.banner .swiper-button-prev,
.banner .swiper-button-next{
	color:#ad000d;
}

.index-product-list .list{
		background-color: #f9f9f9;
		text-align: center;
	}
	.index-product-list .list .list-l,.index-product-list .list .list-r{
		width: 50%;
	}
	.index-product-list .list .list-r{
		padding: 50px;
		max-width: 550px;
		margin: 0 auto;
	}
	.index-product-list .list .bg{
		background: linear-gradient(to bottom, #444, #222);
	}
	.index-product-list .list h3{
		font-size: 52px;
		font-weight: 600;
		color: #000000;
		padding-bottom: 15px;
    margin-bottom: 10px;
    display: block;
    position: relative;
	}
	.index-product-list .list h3:before{
    	content: '';
      position: absolute;
      bottom: 1px;
    	display: block;
    	left: 50%;
    	margin-left: -225px;
    	width: 450px;
    	height: 2px;
    	background-color: #000;
    }
  .index-product-list .list h3:after{
      position: absolute;
      bottom: 0;
    	content: '';
    	display: block;
    	width: 100px;
    	left: 50%;
    	margin-left: -50px;
    	height: 4px;
    	background-color: red;
    }
    .index-product-list .list h4{
    	font-size: 18px;
    	margin-top: 0;
    	padding-top: 0;
    	color: red;
    }
    .index-product-list .list .biaoyu1{
    	padding-top: 15px;
      font-size: 20px;
      color: #000;
      font-weight: 300;
    }
    .index-product-list .list .more-p{
    	display: inline-block;
    	margin-top: 80px;
    	padding: 12px 35px;
    	border-radius: 10px;
    	background-color: red;
    }
    .index-product-list .list .more-p a{
    	color: #ffffff;
    }

    .index-product{
        background-color: #F9F9F9;
        width: 100%;
        padding: 100px 0 80px;
        color: #666666;
    }
    .index-product h2{
        font-size: 48px;
        font-weight: 600;
        color: #222222;
    line-height: 1.3;
    padding-bottom: 0px;
    margin-bottom: 0;
    }
    .index-product h2 span{
        background: linear-gradient(355deg,#941E23 , red);
        -webkit-background-clip: text;
        color: transparent;
    }
    .wire{
    display: inline-block;
    	position: relative;
    }
    .wire:before{
      position: absolute;
      bottom: 1px;
    	content: '';
    	display: inline-block;
    	width: 100%;
    	height: 2px;
    	background-color: #000000;
    }
    .wire:after{
      position: absolute;
      bottom: 0;
    	content: '';
    	display: inline-block;
    	width: 100px;
    	left: 50%;
    	margin-left: -50px;
    	height: 4px;
    	background-color: red;
    }
    
    .index-product h5{
        font-size: 24px;
        font-weight: 600;
        color: #222222;
        padding-bottom: 10px;
    }
    .index-product .index-product-p{
        padding-bottom: 20px;
    }
    .index-product .index-product-p p{
        color: #222;
    }
    .index-product .index-product-pp{
        margin-bottom: 40px;
    }
    .index-product .index-product-pp3{
        margin-bottom: 100px;
    }
    .index-product .index-product-pp{
        box-shadow:0px 0px 20px #e2e2e2;
        padding:40px 80px;
        background-color: #ffffff;
    }
    .index-product .index-product-pp:hover{
        box-shadow:0px 0px 20px #c2c2c2;
    }
    .index-product .index-product-top{
        font-size: 14px;
        padding-bottom: 70px;
    }
    .index-product .index-product-top .gengduo{
        text-align: right;
    }
    .index-product .index-product-top img{
        height: 12px;
    }
    .index-product a{
        color: #666666;
    }
    .index-product h4{
        color: #000;
        font-size: 24px;
        font-weight: 600;
    }
    .index-product .col-sm-4 span{
        display: inline-block;
        width: 60px;
        height: 5px;
        background-color: red;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .index-product .biaoyu1{
    	padding-top: 15px;
        font-size: 20px;
        color: #222;
        font-weight: 300;
    }
    .index-product h3{
        font-size: 32px;
        font-weight: 600;
        color: red;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .index-product .biaoyu2{
        display: inline-block;
        background-color: red;
        padding: 5px 15px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .index-product ul li{
        display: none;
        font-size: 12px;
        color: #222;
        padding-bottom: 5px;
        line-height: 2em;
    }
    .index-product ul li i{
        padding: 10px;
        background-color: #222222;
    }
    .index-product .more{
        margin-top: 30px;
    }
    .more a{
        color: #ffffff;
        background-color: red;
        border-radius: 100px;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 15px 5px;
    }
    .index-product .index-product-pp .col-sm-7{
        border: 15px solid #F8F8F8;
        overflow: hidden;
        padding: 0;
    }
    .index-product .index-product-pp:hover .col-sm-7{
        border: 15px solid red;
    }

    .index-product .col-sm-7 img{
        width: 100%;
        background-color: #ffffff;
    }
	.dis-f{
		display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
	
.index-module4{
		background-color: #f9f9f9;
    padding: 100px 200px;
    background-image: url(../images/index-order.jpg);
    background-repeat: no-repeat;
    background-size: cover, cover;
    background-position: center;
	}
	.index-module4 h2{
		padding: 0;
		margin: 0;
		font-size: 36px;
		line-height: 1.68;
		color: #ffffff;
		font-weight: 600;
		text-align: center;
		margin-bottom: 50px;
	}
	.index-module4 h2 span{
 
	}
	.index-module4-bj{
		padding: 40px 60px;
		background-color: rgba(255,255,255,0.15);
		border-radius: 12px;
	}
	.index-module4-bj .index-module4-bj2{
		padding: 15px;
		background-color: rgba(255,255,255,0.65);
		border-radius: 5px;
	}
	.index-module4 h3{
		padding: 0;
		margin: 0;
		font-size:36px;
		color: #222222;
		font-weight: 600;
		line-height: 1.68;
		text-align: center;
	}
	.index-module4 h3 span{
        background: linear-gradient(355deg,#941E23 , red);
        -webkit-background-clip: text;
        color: transparent	
	}
	.index-module4 .index-module4-bj ul{
		padding: 0;
	}
	.index-module4 .index-module4-bj ul li{
		list-style: none;
		font-size: 18px;
		font-weight: 600;
		padding: 15px 10px;
		color: #000000;
		background-color: rgba(255,255,255,0.75);
		text-align: center;
	}
	.index-module4 .index-module4-bj ul li:nth-of-type(2){
		margin: 10px 0;
	}
	.index-module4 p{
		color: #ffffff;
		font-size: 18px;
		line-height: 2;
		font-weight: 600;
	}
	.index-module4-bj:hover{
		background-color: rgba(255,255,255,0.95);
	}
	.index-module4-bj:hover .index-module4-bj2{
		background-color: #cccccc;
	}
	.index-module4-bj:hover p{
		color: #000000;
	}
	.index-module4 .index-module4-bj ul li:hover{
		background-color: #000000;
		color: #ffffff;
	}
	
.index-module5{
		background-color: #f5f5f5;
		width: 100%;
		padding: 100px 0 20px;
    text-align: center;
	}
	.index-module5 h2{
		font-weight: 600;
    font-size: 48px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 3px solid #d40d0f;
    color: #000000;
	}
	.index-module5 h2 span{
        background: linear-gradient(355deg,#941E23 , red);
        -webkit-background-clip: text;
        color: transparent	
	}
	.index-module5 h5{
		font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #222222;
    text-align: center;
	}
	
.index-module5-1{
		background-color: #dedede;
	}
	.index-module5-1 .main{
		padding: 0 50px;
	}
	.index-module5-1 .main h3{
		font-size: 32px;
		font-weight: 600;
		color: #000000;
		padding-bottom: 20px;
	}
	.index-module5-1 .main h4{
		font-size: 24px;
		font-weight: 600;
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 2px solid #666;
	}
	.index-module5-1 .main p{
		font-size: 16px;
		line-height: 2;
	}
	.index-module5-1 .main .more{
		padding-top: 30px;
	}
	
.index-module6{
		width: 100%;
		padding: 100px 0 80px;
    text-align: center;
	}
	.index-module6 h2{
		font-weight: 600;
    font-size: 48px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: inline-block;
    border-bottom: 3px solid #d40d0f;
    color: #000000;
	}
	.index-module6 h2 span{
        background: linear-gradient(355deg,#941E23 , red);
        -webkit-background-clip: text;
        color: transparent	
	}
	.index-module6 h5{
		font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #222222;
    text-align: center;
	}
	.index-module6 .list{
		border: 1px solid #dddddd;
    padding: 8px;
    padding-bottom: 0;
    margin-bottom: 30px;
	}
	.index-module6 .list .img{
		background-color: #ddd;
    overflow: hidden;
    transition:all 0.5s ease 0s;
	}
	.index-module6 .list .cpmc{
		white-space: nowrap;
    text-overflow: ellipsis;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    overflow: hidden;
    color: #666;
    text-align: center;
	}
	.index-module6 .list:hover{
    background-color: #ff0000;
	}
	.index-module6 .list:hover .img img{
    transform: scale(1.1);
}
.index-module6 .list:hover .cpmc{
    color: #ffffff;
}


			.head-top{
				background-color: #000000;
				width: 100%;
				height: 30px;
				padding-left: 5px;
				padding-right: 5px;
				color: #ffffff;
				font-size: 12px;
			}
			.head-top p{
				line-height: 30px;
				padding-bottom: 0;
				margin-bottom: 0;
			}
			.head-top p span{
				padding-left: 15px;
			}